deleteJournalEntry

suspend fun deleteJournalEntry(id: String)

Deletes a journal entry from Firestore by its ID.

Parameters

id

The ID of the journal entry to delete.